ComponentOne FinancialChart for WPF
C1.WPF Namespace / SelectionChangedEventArgs<T> Class / AddedItems Property



In This Topic
    AddedItems Property
    In This Topic
    Gets a collection which contains the items that were selected.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AddedItems As IOrderedSet(Of T)
    'Usage
     
    
    Dim instance As SelectionChangedEventArgs(Of T)
    Dim value As IOrderedSet(Of T)
     
    value = instance.AddedItems
    public IOrderedSet<T> AddedItems {get;}
    public:
    property IOrderedSet<T^>^ AddedItems {
       IOrderedSet<T^>^ get();
    }

    Property Value

    The items that were selected in this event.
    See Also